Revision: wmaker--cvs--0--patch-807
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Thu Oct 28 16:36:15 MSD 2004
Standard-date: 2004-10-28 12:36:15 GMT
Modified-files: WINGs/ChangeLog WINGs/connection.c
    WINGs/host.c
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-807
Summary: - removed calls to wsyserror() and wwarning() inside th...
CSCVSID: MAIN.808
Keywords: cscvs:MAIN-808

Author: dan
Date: 2000/11/24 10:31:10
- removed calls to wsyserror() and wwarning() inside the WMHost and
WMConnection code. do call by yourself wsyserrorwithcode() passing
WCErrorCode, whenever a call don't return the expected value, and
WCErrorCode > 0. If WCErrorCode==0 that is not an system error,
condition, so don't call wsyserrorwithcode() in that case.
- added some assertions where appropriate
